{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "animated-beam-unidirectional", "type": "registry:component", "dependencies": [], "devDependencies": [], "registryDependencies": [], "files": [ { "path": "./registry/components/animated-beam/unidirectional.tsx", "content": "'use client';\r\n\r\nimport { cn } from '@/lib/utils';\r\nimport React, { forwardRef, useRef } from 'react';\r\nimport { AnimatedBeam, Circle } from '@/components/ui/animated-beam';\r\nimport { Icons } from '@/components/ui/animated-beam';\r\n\r\nexport default function index() {\r\n const containerRef = useRef(null);\r\n const div1Ref = useRef(null);\r\n const div2Ref = useRef(null);\r\n\r\n return (\r\n \r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n\r\n \r\n \r\n );\r\n}\r\n", "type": "registry:component" } ] }